Skip to content

Conversation

@manzoorwanijk
Copy link
Contributor

Fixes #336

BEFORE AFTER
Screenshot 2024-11-28 at 5 04 47 PM Screenshot 2024-11-28 at 5 04 02 PM

Copy link
Owner

@mskelton mskelton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

{
code: 'test("should fail", () => {});',
errors: [{ messageId: 'noAssertions' }],
errors: [{ messageId: 'noAssertions', type: 'Identifier', }],
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TIL

@mskelton
Copy link
Owner

Please run prettier, then this is good to go.

@manzoorwanijk
Copy link
Contributor Author

Please run prettier, then this is good to go.

Done. Thanks

@mskelton mskelton merged commit 35e37a1 into mskelton:main Nov 28, 2024
3 checks passed
@manzoorwanijk manzoorwanijk deleted the update/improve-reporting-for-expect-expect branch November 28, 2024 13:38
@github-actions
Copy link

🎉 This PR is included in version 2.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[expect-expect] reports the entire test as erroneous

2 participants